]> dgit.raspbian.org Git - libreoffice.git/commitdiff
build-against-shared-lpsolve
authorDebian LibreOffice Maintainers <debian-openoffice@lists.debian.org>
Mon, 1 Jun 2026 20:32:27 +0000 (22:32 +0200)
committerRene Engelhard <rene@debian.org>
Mon, 1 Jun 2026 20:32:27 +0000 (22:32 +0200)
Gbp-Pq: Name build-against-shared-lpsolve.diff

RepositoryExternal.mk
configure.ac

index fe68e006919b2f955bb2a3ec929fc94b4e74f97b..17543065dcbbc60e5debbecbf00edd2b0429f58c 100644 (file)
@@ -2511,6 +2511,7 @@ ifneq ($(SYSTEM_LPSOLVE),)
 
 define gb_LinkTarget__use_lpsolve
 $(call gb_LinkTarget_add_libs,$(1),-llpsolve55)
+$(call gb_LinkTarget_add_ldflags,$(1),-L/usr/lib/lp_solve -Wl$(COMMA)-rpath=/usr/lib/lp_solve)
 $(call gb_LinkTarget_add_defs,$(1),\
        -DSYSTEM_LPSOLVE \
 )
index 4305c8482ed0a8ab4cd7c9530baad4c097930bb2..ac63fe16325bf682de5ffb349dceedd56a523477 100644 (file)
Binary files a/configure.ac and b/configure.ac differ